home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / htdocs / xampp / start.php < prev    next >
Encoding:
PHP Script  |  2007-12-20  |  677 b   |  27 lines

  1. <?php
  2.     include "langsettings.php";
  3. ?>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  5.     "http://www.w3.org/TR/html4/loose.dtd">
  6. <html>
  7.     <head>
  8.         <meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang, Carsten Wiedmann">
  9.         <link href="xampp.css" rel="stylesheet" type="text/css">
  10.         <title></title>
  11.     </head>
  12.  
  13.     <body>
  14.          <br>
  15.     <h1><?=$TEXT['start-head']?> <?php include(".version")?>!</h1>
  16.     <b><?=$TEXT['start-subhead']?></b><p>
  17.  
  18.     <?=$TEXT['start-text1']?><p>
  19.     <?=$TEXT['start-text2']?><p>
  20.     <?=$TEXT['start-text3']?><p>
  21.     <?=$TEXT['start-text4']?><p>
  22.     <?=$TEXT['start-text5']?><p>
  23.     <?=$TEXT['start-text6']?>
  24.  
  25.     </body>
  26. </html>
  27.